home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
util
/
libs
/
PGPLib1_3.lha
/
PGP
/
include
/
c
/
clib
/
pgp_protos.h
Wrap
C/C++ Source or Header
|
1998-01-10
|
742b
|
28 lines
#ifndef CLIB_PGP_PROTOS_H
#define CLIB_PGP_PROTOS_H
/*
** clib/pgp_protos.h
**
** $VER: pgp_protos.h 1.1 (10.1.98)
**
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
LONG PGPEncrypt (STRPTR filename,STRPTR userid,struct TagItem *tags);
LONG PGPEncryptTags (STRPTR filename,STRPTR userid,ULONG tag1item,...);
LONG PGPDecrypt (STRPTR filename,STRPTR password,struct TagItem *tags);
LONG PGPDecryptTags (STRPTR filename,STRPTR password,ULONG tag1item,...);
LONG PGPFault (LONG code,STRPTR header,STRPTR buffer,LONG len);
LONG PGPSign (STRPTR filename,STRPTR password,struct TagItem *tags);
LONG PGPSignTags (STRPTR filename,STRPTR password,ULONG tag1item,...);
#endif /* CLIB_PGP_PROTOS_H */